[INFO] cloning repository https://github.com/whentze/piff
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/whentze/piff" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwhentze%2Fpiff", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwhentze%2Fpiff'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 4b9d82bdf793771b4e1dab0dad0b053063f8cdf6
[INFO] checking whentze/piff against master#656ccbe796ff98def9b555c118e1620c5389e3b2 for pr-133502-24
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwhentze%2Fpiff" "/workspace/builds/worker-1-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/whentze/piff
[INFO] finished tweaking git repo https://github.com/whentze/piff
[INFO] tweaked toml for git repo https://github.com/whentze/piff written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/whentze/piff on toolchain 656ccbe796ff98def9b555c118e1620c5389e3b2
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+656ccbe796ff98def9b555c118e1620c5389e3b2" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/whentze/piff already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+656ccbe796ff98def9b555c118e1620c5389e3b2" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: Cargo.toml: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024`
[INFO] [stderr] warning: `piff` (manifest) generated 1 warning
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded redox_syscall v0.1.37
[INFO] [stderr]   Downloaded cpal v0.6.0
[INFO] [stderr]   Downloaded ole32-sys v0.2.0
[INFO] [stderr]   Downloaded coreaudio-rs v0.7.0
[INFO] [stderr]   Downloaded alsa-sys v0.1.1
[INFO] [stderr]   Downloaded pkg-config v0.3.9
[INFO] [stderr]   Downloaded coreaudio-sys v0.1.2
[INFO] [stderr]   Downloaded libc v0.2.36
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 8dffab4623056bec0a04d6509d7e78a3d630cf25f80918d8f9c19bd003b3eeae
[INFO] running `Command { std: "docker" "start" "8dffab4623056bec0a04d6509d7e78a3d630cf25f80918d8f9c19bd003b3eeae", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "8dffab4623056bec0a04d6509d7e78a3d630cf25f80918d8f9c19bd003b3eeae", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "8dffab4623056bec0a04d6509d7e78a3d630cf25f80918d8f9c19bd003b3eeae" "/opt/rustwide/cargo-home/bin/cargo" "+656ccbe796ff98def9b555c118e1620c5389e3b2" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "8dffab4623056bec0a04d6509d7e78a3d630cf25f80918d8f9c19bd003b3eeae", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "8dffab4623056bec0a04d6509d7e78a3d630cf25f80918d8f9c19bd003b3eeae" "/opt/rustwide/cargo-home/bin/cargo" "+656ccbe796ff98def9b555c118e1620c5389e3b2" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr] warning: Cargo.toml: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024`
[INFO] [stderr] warning: `piff` (manifest) generated 1 warning
[INFO] [stderr]    Compiling pkg-config v0.3.9
[INFO] [stderr]     Checking libc v0.2.36
[INFO] [stderr]     Checking lazy_static v0.2.11
[INFO] [stderr]     Checking lazy_static v1.0.0
[INFO] [stderr]     Checking termion v1.5.1
[INFO] [stderr]    Compiling alsa-sys v0.1.1
[INFO] [stderr]     Checking cpal v0.6.0
[INFO] [stderr]     Checking piff v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0635]: unknown feature `integer_atomics`
[INFO] [stdout]  --> src/main.rs:1:24
[INFO] [stdout]   |
[INFO] [stdout] 1 | #![feature(step_trait, integer_atomics)]
[INFO] [stdout]   |                        ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `Once::new()` function is now preferred
[INFO] [stdout]   --> src/definitions.rs:11:1
[INFO] [stdout]    |
[INFO] [stdout] 11 | / lazy_static! {
[INFO] [stdout] 12 | |     pub static ref SAMPLE_HISTORY : Mutex<Vec<f32>> = {
[INFO] [stdout] 13 | |         Mutex::new(vec![0.0; HISTORY_LENGTH])
[INFO] [stdout] 14 | |     };
[INFO] [stdout] 15 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout]    = note: this warning originates in the macro `__lazy_static_create` which comes from the expansion of the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0053]: method `steps_between` has an incompatible type for trait
[INFO] [stdout]    --> src/definitions.rs:120:51
[INFO] [stdout]     |
[INFO] [stdout] 120 |     fn steps_between(start: &Self, end: &Self) -> Option<usize> {
[INFO] [stdout]     |                                                   ^^^^^^^^^^^^^ expected `(usize, Option<usize>)`, found `Option<usize>`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected signature `fn(&Note, &Note) -> (usize, Option<usize>)`
[INFO] [stdout]                found signature `fn(&Note, &Note) -> Option<usize>`
[INFO] [stdout] help: change the output type to match the trait
[INFO] [stdout]     |
[INFO] [stdout] 120 -     fn steps_between(start: &Self, end: &Self) -> Option<usize> {
[INFO] [stdout] 120 +     fn steps_between(start: &Self, end: &Self) -> (usize, Option<usize>) {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0046]: not all trait items implemented, missing: `forward_overflowing`, `backward_overflowing`
[INFO] [stdout]    --> src/definitions.rs:119:1
[INFO] [stdout]     |
[INFO] [stdout] 119 | impl Step for Note {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^ missing `forward_overflowing`, `backward_overflowing` in implementation
[INFO] [stdout]     |
[INFO] [stdout]     = help: implement the missing item: `fn forward_overflowing(_: Self, _: usize) -> (Self, bool) { todo!() }`
[INFO] [stdout]     = help: implement the missing item: `fn backward_overflowing(_: Self, _: usize) -> (Self, bool) { todo!() }`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0635]: unknown feature `integer_atomics`
[INFO] [stdout]  --> src/main.rs:1:24
[INFO] [stdout]   |
[INFO] [stdout] 1 | #![feature(step_trait, integer_atomics)]
[INFO] [stdout]   |                        ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `Once::new()` function is now preferred
[INFO] [stdout]   --> src/definitions.rs:11:1
[INFO] [stdout]    |
[INFO] [stdout] 11 | / lazy_static! {
[INFO] [stdout] 12 | |     pub static ref SAMPLE_HISTORY : Mutex<Vec<f32>> = {
[INFO] [stdout] 13 | |         Mutex::new(vec![0.0; HISTORY_LENGTH])
[INFO] [stdout] 14 | |     };
[INFO] [stdout] 15 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout]    = note: this warning originates in the macro `__lazy_static_create` which comes from the expansion of the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0046, E0053, E0635.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0046`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `piff` (bin "piff") due to 3 previous errors; 1 warning emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error[E0053]: method `steps_between` has an incompatible type for trait
[INFO] [stdout]    --> src/definitions.rs:120:51
[INFO] [stdout]     |
[INFO] [stdout] 120 |     fn steps_between(start: &Self, end: &Self) -> Option<usize> {
[INFO] [stdout]     |                                                   ^^^^^^^^^^^^^ expected `(usize, Option<usize>)`, found `Option<usize>`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected signature `fn(&Note, &Note) -> (usize, Option<usize>)`
[INFO] [stdout]                found signature `fn(&Note, &Note) -> Option<usize>`
[INFO] [stdout] help: change the output type to match the trait
[INFO] [stdout]     |
[INFO] [stdout] 120 -     fn steps_between(start: &Self, end: &Self) -> Option<usize> {
[INFO] [stdout] 120 +     fn steps_between(start: &Self, end: &Self) -> (usize, Option<usize>) {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0046]: not all trait items implemented, missing: `forward_overflowing`, `backward_overflowing`
[INFO] [stdout]    --> src/definitions.rs:119:1
[INFO] [stdout]     |
[INFO] [stdout] 119 | impl Step for Note {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^ missing `forward_overflowing`, `backward_overflowing` in implementation
[INFO] [stdout]     |
[INFO] [stdout]     = help: implement the missing item: `fn forward_overflowing(_: Self, _: usize) -> (Self, bool) { todo!() }`
[INFO] [stdout]     = help: implement the missing item: `fn backward_overflowing(_: Self, _: usize) -> (Self, bool) { todo!() }`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0046, E0053, E0635.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0046`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `piff` (bin "piff" test) due to 3 previous errors; 1 warning emitted
[INFO] running `Command { std: "docker" "inspect" "8dffab4623056bec0a04d6509d7e78a3d630cf25f80918d8f9c19bd003b3eeae", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8dffab4623056bec0a04d6509d7e78a3d630cf25f80918d8f9c19bd003b3eeae", kill_on_drop: false }`
[INFO] [stdout] 8dffab4623056bec0a04d6509d7e78a3d630cf25f80918d8f9c19bd003b3eeae
